// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Iron and Wine','Big Top Chautauqua','Bayfield, WI','Tuesday','7/8/2025','7:30 PM','7025191','Iron-and-Wine-7-8-2025'],['BoDeans','Big Top Chautauqua','Bayfield, WI','Saturday','7/12/2025','7:30 PM','7065461','BoDeans-7-12-2025'],['Old Crow Medicine Show','Big Top Chautauqua','Bayfield, WI','Sunday','7/13/2025','7:30 PM','7134965','Old-Crow-Medicine-Show-7-13-2025'],['The Electric Light Orchestra Experience','Big Top Chautauqua','Bayfield, WI','Saturday','7/19/2025','7:30 PM','7140680','The-Electric-Light-Orchestra-Experience-7-19-2025'],['Drive By Truckers, Deer Tick & Thelma and The Sleaze','Big Top Chautauqua','Bayfield, WI','Sunday','7/20/2025','7:00 PM','6987137','Drive-By-Truckers--Deer-Tick---Thelma-and-The-Sleaze-7-20-2025'],['The Wailin' Jennys','Big Top Chautauqua','Bayfield, WI','Friday','7/25/2025','7:30 PM','7119071','The-Wailin--Jennys-7-25-2025'],['Dailey and Vincent','Big Top Chautauqua','Bayfield, WI','Saturday','8/2/2025','7:30 PM','7023714','Dailey-and-Vincent-8-2-2025'],['Gaelic Storm','Big Top Chautauqua','Bayfield, WI','Thursday','8/7/2025','7:30 PM','6967268','Gaelic-Storm-8-7-2025'],['Robert Cray Band','Big Top Chautauqua','Bayfield, WI','Thursday','8/14/2025','7:30 PM','7077784','Robert-Cray-Band-8-14-2025'],['Lettuce','Big Top Chautauqua','Bayfield, WI','Tuesday','8/19/2025','7:30 PM','7113026','Lettuce-8-19-2025'],['Los Lobos','Big Top Chautauqua','Bayfield, WI','Saturday','8/23/2025','7:30 PM','7140678','Los-Lobos-8-23-2025'],['The Buena Vista Orchestra','Big Top Chautauqua','Bayfield, WI','Friday','8/29/2025','7:00 PM','7023723','The-Buena-Vista-Orchestra-8-29-2025'],['The Pack Drumline','Big Top Chautauqua','Bayfield, WI','Wednesday','9/10/2025','7:00 PM','7140681','The-Pack-Drumline-9-10-2025'],['Bonnie Raitt & Jimmie Vaughan and The Tilt-A-Whirl Band','Big Top Chautauqua','Bayfield, WI','Friday','9/19/2025','7:00 PM','6972431','Bonnie-Raitt---Jimmie-Vaughan-and-The-Tilt-A-Whirl-Band-9-19-2025']],'Big Top Chautauqua','http://www.ticketnetwork.com/ticket/Big-Top-Chautauqua-events.aspx');